Is there a Better Way to Retreive Raw XML from a URL than WebClient or HttpWebRequest? [.NET]
Posted
by DaMartyr
on Stack Overflow
See other posts from Stack Overflow
or by DaMartyr
Published on 2010-05-26T05:29:05Z
Indexed on
2010/05/26
5:31 UTC
Read the original article
Hit count: 253
I am working on a Geocoding app where I put the address in the URL and retreive the XML. I need the complete XML response for this project. Is there any other class for downloading the XML from a website that may be faster than using WebClient or HttpWebRequest? Can the XMLReader be used to get the full XML without string manipulation and would that be faster and/or more efficient?
© Stack Overflow or respective owner